Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
CdpNeighborTable Class Reference

CdpNeighborTable holds the CDP neighbor tables. More...

Public Member Functions

int getNeighborTableCount ()
 Returns the number of neighbor tables. More...
 
CdpNeighbor getCdpNeighborAt (int)
 Returns a CDP neighbor at the specified index. More...
 

Detailed Description

CdpNeighborTable holds the CDP neighbor tables.

Member Function Documentation

◆ getCdpNeighborAt()

CdpNeighbor CdpNeighborTable::getCdpNeighborAt ( int  )

Returns a CDP neighbor at the specified index.

Parameters
index,theindex of the CDP neighbor.
Returns
CdpNeighbor, the CDP neighbor at the specified index.

◆ getNeighborTableCount()

int CdpNeighborTable::getNeighborTableCount ( )

Returns the number of neighbor tables.

Returns
int, the number of neighbor tables.

The documentation for this class was generated from the following file: